- Apache License, Version 2.0
- Visual Studio 2013
- Extensibility
- 05/30/2014
Visual Studio 2013 is an integrated development environment (IDE) that allows you to develop a wide variety of software applications quickly and easily. The Visual Studio SDK provides a framework that you can use to extend the functionality of Visual Studio 2013.
To get started first you will need to download and installed Visual Studio 2013 and the Visual Studio 2013 SDK.
The Visual Studio 2013 SDK will help you extend all aspects of the Visual Studio IDE. These samples will help provide examples on how to extend the following areas of Visual Studio:
- Adding menus and commands into the Menu system
- Creating new Tool Windows
- Extending the built in code editor
- Creating new project and item templates
- Creating and distributing custom controls
- Adding new options in the Tools options dialog
- Working with existing assests in project systems
- Extending MSBuild
- Creating new project systems
- Managed, native and custom Debugger integration